[GHSA-c9cv-mq2m-ppp3] Nuxt: URL-handling weaknesses in navigateTo and reloadNuxtApp: SSR open redirect, client-side script execution via the open option, and protocol-relative bypass in reloadNuxtApp - #8959
Conversation
|
Hi there @danielroe! A community member has suggested an improvement to your security advisory. If approved, this change will affect the global advisory listed at github.com/advisories. It will not affect the version listed in your project repository. This change will be reviewed by our Security Curation Team. If you have thoughts or feedback, please share them in a comment here! If this PR has already been closed, you can start a new community contribution for this advisory |
| "events": [ | ||
| { | ||
| "introduced": "0" | ||
| "introduced": "3.13.0" |
There was a problem hiding this comment.
advisory covers three sinks so I think we use earliest:
| "introduced": "3.13.0" | |
| "introduced": "3.5.0" |
edaa2b1
into
sealonohana/advisory-improvement-8959
|
Hi @sealonohana! Thank you so much for contributing to the GitHub Advisory Database. This database is free, open, and accessible to all, and it's people like you who make it great. Thanks for choosing to help others. We hope you send in more contributions in the future! |
Updates
Comments
Fix: nuxt/nuxt@2cce6fb
Sink:
encodeURLreturnsurl.pathname + url.search + url.hashwithout collapsing leading//(path-normalization open redirect innavigateTo,packages/nuxt/src/app/composables/router.ts).Introduced by: nuxt/nuxt@c628975 — "fix(nuxt): use URL to encode redirected URLs" (#27822).
First released: Nuxt v3.13.0